Skip to content

Conversation

@lanctot
Copy link
Collaborator

@lanctot lanctot commented Jan 13, 2026

This was referenced Jan 13, 2026
@alexunderch
Copy link
Contributor

alexunderch commented Jan 13, 2026

@lanctot additionally: macos_15_python_3.13 doesn't run full tests Skipping full tests for Python 3.14 wheel. but it's python 3.13.

I think it's about this is due to this in python_extra_deps.sh
elif verlt $PY_VER 3.14; then echo "Detected Python version 3.13"

my tests with updated linux image ran successfully, so maybe this is unnecessary
https://github.com/google-deepmind/open_spiel/actions/runs/20960627184

@lanctot
Copy link
Collaborator Author

lanctot commented Jan 13, 2026

Yes, this is on purpose: we're not fully supporting Python 3.14 yet. We build the wheel and test it inside the VM (basic tests) but not the full tests. We'll enable that in the future.

@lanctot lanctot merged commit 3dc4017 into master Jan 13, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants